source/capstone/api.d(118,22): Error: pointer slicing not allowed in safe functions source/capstone/api.d(121,23): Error: cast from `void*` to `ulong delegate(const(ubyte[]), ulong) nothrow @nogc*` not allowed in safe code source/capstone/capstone.d(56,24): Error: `@safe` constructor `capstone.capstone.Capstone.this` cannot call `@system` function `capstone.api.versionOfLibrary` source/capstone/api.d(144,6): `capstone.api.versionOfLibrary` is declared here source/capstone/capstone.d(148,38): Error: `this.mnemonic.ptr` cannot be used in `@safe` code, use `&this.mnemonic[0]` instead source/capstone/capstone.d(157,32): Error: `v.ptr` cannot be used in `@safe` code, use `&v[0]` instead source/capstone/capstone.d(160,68): Error: cannot take address of local `optMnem` in `@safe` function `customMnemonic` source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(ArmInstructionId, ArmInstruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(ArmInstruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(ArmInstruction).InstructionImplRange.this` is declared here source/capstone/arm.d(44,21): Error: template instance `capstone.capstone.CapstoneImpl!(ArmInstructionId, ArmInstruction)` error instantiating source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(Arm64InstructionId, Arm64Instruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(Arm64Instruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(Arm64Instruction).InstructionImplRange.this` is declared here source/capstone/arm64.d(44,23): Error: template instance `capstone.capstone.CapstoneImpl!(Arm64InstructionId, Arm64Instruction)` error instantiating source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(EvmInstructionId, EvmInstruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(EvmInstruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(EvmInstruction).InstructionImplRange.this` is declared here source/capstone/evm.d(47,21): Error: template instance `capstone.capstone.CapstoneImpl!(EvmInstructionId, EvmInstruction)` error instantiating source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(M680xInstructionId, M680xInstruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(M680xInstruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(M680xInstruction).InstructionImplRange.this` is declared here source/capstone/m680x.d(45,23): Error: template instance `capstone.capstone.CapstoneImpl!(M680xInstructionId, M680xInstruction)` error instantiating source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(M68kInstructionId, M68kInstruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(M68kInstruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(M68kInstruction).InstructionImplRange.this` is declared here source/capstone/m68k.d(44,22): Error: template instance `capstone.capstone.CapstoneImpl!(M68kInstructionId, M68kInstruction)` error instantiating source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(MipsInstructionId, MipsInstruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(MipsInstruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(MipsInstruction).InstructionImplRange.this` is declared here source/capstone/mips.d(44,22): Error: template instance `capstone.capstone.CapstoneImpl!(MipsInstructionId, MipsInstruction)` error instantiating source/capstone/capstone.d(267,16): Error: `@safe` function `capstone.capstone.CapstoneImpl!(PpcInstructionId, PpcInstruction).CapstoneImpl.disasmIter` cannot call `@system` constructor `capstone.range.InstructionImplRange!(PpcInstruction).InstructionImplRange.this` source/capstone/range.d(30,13): `capstone.range.InstructionImplRange!(PpcInstruction).InstructionImplRange.this` is declared here source/capstone/ppc.d(44,21): Error: template instance `capstone.capstone.CapstoneImpl!(PpcInstructionId, PpcInstruction)` error instantiating /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.